Add support for 'method' parameter in Replacer 'add_rule'#164
Open
acardnell-intruder wants to merge 1 commit intozaproxy:mainfrom
Open
Add support for 'method' parameter in Replacer 'add_rule'#164acardnell-intruder wants to merge 1 commit intozaproxy:mainfrom
acardnell-intruder wants to merge 1 commit intozaproxy:mainfrom
Conversation
Member
|
Great job! No new security vulnerabilities introduced in this pull requestUse @Checkmarx to interact with Checkmarx PR Assistant. |
Member
|
Did you use the client generator? |
Author
|
I've tried, but I get an error and I'm not familiar enough with Java builds on what the problem is (or rather, where to fix it): |
Member
|
Use The changelog needs to be updated. |
c65a5cf to
e33eda7
Compare
e33eda7 to
b9b630b
Compare
Author
|
Ah great, running Hopefully the changes are okay now. |
Member
|
To address the DCO requirement you'll need to sign-off the commit(s): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

I saw the option to specify a
methodwhen adding Replacer rules was recently added to the API, but I wasn't able to use it with the Python library because it hasn't been exposed yet, so thought I would create a PR myself. Hope that's okay!Please let me know if there is anything more you need from me or that is missing.